home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / What's New? / Development Kits / ColorSync™ 2.0.1 GM / Interfaces / CIncludes / CMComponent.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-12-12  |  2.2 KB  |  75 lines  |  [TEXT/MPS ]

  1. /*
  2.      File:        CMComponent.h
  3.  
  4.      Contains:    Stub for including new file names.
  5.  
  6.      Version:    Technology:    ColorSync 2.0
  7.                  Release:    2.0f3
  8.  
  9.      Copyright:    © 1984-1994 by Apple Computer, Inc.
  10.                  All rights reserved.
  11.  
  12.      Bugs?:        If you find a problem with this file, send the file and version
  13.                  information (from above) and the problem description to:
  14.  
  15.                      Internet:    apple.bugs@applelink.apple.com
  16.                      AppleLink:    APPLE.BUGS
  17.  
  18. */
  19.  
  20. #ifndef __CMCOMPONENT__
  21. #define __CMCOMPONENT__
  22.  
  23. /* 
  24.     This file has been included to allow older source code 
  25.     to #include <CMComponent.h>.  Please update your source
  26.     code to directly #include <CMMComponent.h>
  27.       and             #include <CMPRComponent.h>
  28.  
  29. */
  30. /* #include the two ColorSync 2.0 files equivalent to the v. 1.0 file */
  31.  
  32. #ifndef __CMMCOMPONENT__
  33. #include <CMMComponent.h>
  34. #endif
  35. /*    #include <Types.h>                                            */
  36. /*        #include <ConditionalMacros.h>                            */
  37. /*    #include <Quickdraw.h>                                        */
  38. /*        #include <MixedMode.h>                                    */
  39. /*        #include <QuickdrawText.h>                                */
  40. /*            #include <ScriptLayout.h>                            */
  41. /*    #include <Components.h>                                        */
  42. /*    #include <CMApplication.h>                                    */
  43. /*        #include <Files.h>                                        */
  44. /*            #include <OSUtils.h>                                */
  45. /*                #include <Memory.h>                                */
  46. /*            #include <Finder.h>                                    */
  47. /*        #include <Printing.h>                                    */
  48. /*            #include <Errors.h>                                    */
  49. /*            #include <Dialogs.h>                                */
  50. /*                #include <Windows.h>                            */
  51. /*                    #include <Events.h>                            */
  52. /*                    #include <Controls.h>                        */
  53. /*                        #include <Collections.h>                */
  54. /*                        #include <Appearance.h>                    */
  55. /*                        #include <TextObjects.h>                */
  56. /*                            #include <Unicode.h>                */
  57. /*                        #include <Menus.h>                        */
  58. /*                    #include <AppleEvents.h>                    */
  59. /*                        #include <EPPC.h>                        */
  60. /*                            #include <AppleTalk.h>                */
  61. /*                            #include <PPCToolbox.h>                */
  62. /*                            #include <Processes.h>                */
  63. /*                        #include <Notification.h>                */
  64. /*                            #include <Kernel.h>                    */
  65. /*                                #include <MachineExceptions.h>    */
  66. /*                                #include <Timing.h>                */
  67. /*                    #include <Drag.h>                            */
  68. /*                        #include <TextEdit.h>                    */
  69. /*        #include <CMICCProfile.h>                                */
  70.  
  71. #ifndef __CMPRCOMPONENT__
  72. #include <CMPRComponent.h>
  73. #endif
  74. #endif /* __CMCOMPONENT__ */
  75.